home *** CD-ROM | disk | FTP | other *** search
/ NBC Slam Jams! / NBC Slam Jams!.iso / nbademo.exe / CABFILE / IDR_CABFILE / Data / 2DScript / SHOTCLOC.UI < prev    next >
Text File  |  1999-04-13  |  1KB  |  66 lines

  1. "2D\Overlays\ShotCloc"
  2.  
  3. //********************
  4. //  Data Container
  5. //********************
  6. DataContainer {
  7.     String "ShotClock" {
  8.         EditBox "ShotClock";
  9.     };
  10. };
  11.  
  12.  
  13. //********************
  14. //  Images
  15. //********************
  16. Image "ShotClockBack" {
  17.     Filename "ShotClk";
  18. };
  19.  
  20.  
  21. //********************
  22. //  Fonts
  23. //********************
  24. Font "ShotClockTimeFont" {
  25.     Filename "ShotFont";
  26.     Translate " 0123456789";
  27.     Kerning 1;
  28. };
  29.  
  30.  
  31. //********************
  32. //  Styles
  33. //********************
  34. Style "ShotClockStyle" {
  35.     Image "ShotClockBack";
  36. };
  37.  
  38. Style "ShotClockTimeStyle" {
  39.     Font "ShotClockTimeFont";
  40. };
  41.  
  42.  
  43. //********************
  44. //  Edit Boxes
  45. //********************
  46. EditBox "ShotClock" {
  47.     Style "ShotClockTimeStyle";
  48.     Position [18, 24];
  49.     Size [25, 20];
  50. };
  51.  
  52.  
  53. //********************
  54. //  Groups
  55. //********************
  56. Group "ShotClock" {
  57.     Root;
  58.     Style "ShotClockStyle";
  59. //    Position [25, 409];
  60.     BottomLeft Position [25, -71];
  61.  
  62.     Children {
  63.         EditBox "ShotClock";
  64.     };
  65. };
  66.